img.wp-smiley,
    img.emoji {
        display: inline !important;
        border: none !important;
        box-shadow: none !important;
        height: 1em !important;
        width: 1em !important;
        margin: 0 0.07em !important;
        vertical-align: -0.1em !important;
        background: none !important;
        padding: 0 !important;
    }

:root {
        --wp-admin-theme-color: #007cba;
        --wp-admin-theme-color--rgb: 0, 124, 186;
        --wp-admin-theme-color-darker-10: #006ba1;
        --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
        --wp-admin-theme-color-darker-20: #005a87;
        --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
        --wp-admin-border-width-focus: 2px;
        --wp-block-synced-color: #7a00df;
        --wp-block-synced-color--rgb: 122, 0, 223
    }
    
    @media (-webkit-min-device-pixel-ratio:2),
    (min-resolution:192dpi) {
        :root {
            --wp-admin-border-width-focus: 1.5px
        }
    }
    
    .wp-element-button {
        cursor: pointer
    }
    
    :root {
        --wp--preset--font-size--normal: 16px;
        --wp--preset--font-size--huge: 42px
    }
    
    :root .has-very-light-gray-background-color {
        background-color: #eee
    }
    
    :root .has-very-dark-gray-background-color {
        background-color: #313131
    }
    
    :root .has-very-light-gray-color {
        color: #eee
    }
    
    :root .has-very-dark-gray-color {
        color: #313131
    }
    
    :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
        background: linear-gradient(135deg, #00d084, #0693e3)
    }
    
    :root .has-purple-crush-gradient-background {
        background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
    }
    
    :root .has-hazy-dawn-gradient-background {
        background: linear-gradient(135deg, #faaca8, #dad0ec)
    }
    
    :root .has-subdued-olive-gradient-background {
        background: linear-gradient(135deg, #fafae1, #67a671)
    }
    
    :root .has-atomic-cream-gradient-background {
        background: linear-gradient(135deg, #fdd79a, #004a59)
    }
    
    :root .has-nightshade-gradient-background {
        background: linear-gradient(135deg, #330968, #31cdcf)
    }
    
    :root .has-midnight-gradient-background {
        background: linear-gradient(135deg, #020381, #2874fc)
    }
    
    .has-regular-font-size {
        font-size: 1em
    }
    
    .has-larger-font-size {
        font-size: 2.625em
    }
    
    .has-normal-font-size {
        font-size: var(--wp--preset--font-size--normal)
    }
    
    .has-huge-font-size {
        font-size: var(--wp--preset--font-size--huge)
    }
    
    .has-text-align-center {
        text-align: center
    }
    
    .has-text-align-left {
        text-align: left
    }
    
    .has-text-align-right {
        text-align: right
    }
    
    #end-resizable-editor-section {
        display: none
    }
    
    .aligncenter {
        clear: both
    }
    
    .items-justified-left {
        justify-content: flex-start
    }
    
    .items-justified-center {
        justify-content: center
    }
    
    .items-justified-right {
        justify-content: flex-end
    }
    
    .items-justified-space-between {
        justify-content: space-between
    }
    
    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        word-wrap: normal!important;
        border: 0;
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    
    .screen-reader-text:focus {
        clip: auto!important;
        background-color: #ddd;
        -webkit-clip-path: none;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }
    
    html :where(.has-border-color) {
        border-style: solid
    }
    
    html :where([style*=border-top-color]) {
        border-top-style: solid
    }
    
    html :where([style*=border-right-color]) {
        border-right-style: solid
    }
    
    html :where([style*=border-bottom-color]) {
        border-bottom-style: solid
    }
    
    html :where([style*=border-left-color]) {
        border-left-style: solid
    }
    
    html :where([style*=border-width]) {
        border-style: solid
    }
    
    html :where([style*=border-top-width]) {
        border-top-style: solid
    }
    
    html :where([style*=border-right-width]) {
        border-right-style: solid
    }
    
    html :where([style*=border-bottom-width]) {
        border-bottom-style: solid
    }
    
    html :where([style*=border-left-width]) {
        border-left-style: solid
    }
    
    html :where(img[class*=wp-image-]) {
        height: auto;
        max-width: 100%
    }
    
    figure {
        margin: 0 0 1em
    }
    
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
    }
    
    @media screen and (max-width:600px) {
        html :where(.is-position-sticky) {
            --wp-admin--admin-bar--position-offset: 0px
        }
    }

	.bg {
        opacity: 0;
        transition: opacity 1s;
        -webkit-transition: opacity 1s;
    }
    
    .bg-loaded {
        opacity: 1;
    }
    :root {
        --primary-color: #02913f;
    }
    
    .container-width,
    .full-width .ubermenu-nav,
    .container,
    .row {
        max-width: 1350px
    }
    
    .row.row-collapse {
        max-width: 1320px
    }
    
    .row.row-small {
        max-width: 1342.5px
    }
    
    .row.row-large {
        max-width: 1380px
    }
    
    .header-main {
        
    }
    
    #logo img {
        max-height: 72px
    }
    
    #logo {
        width: 200px;
    }
    
    .header-top {
        min-height: 30px
    }
    
    .transparent .header-main {
        border-bottom: 1px solid #F0F0F0;
		padding: 10px 0px;
    }
    
	.header-main {
        border-bottom: 1px solid #F0F0F0;
		
    }
	
    .transparent #logo img {
        max-height: 72px
    }
    
    .has-transparent+.page-title:first-of-type,
    .has-transparent+#main>.page-title,
    .has-transparent+#main>div>.page-title,
    .has-transparent+#main .page-header-wrapper:first-of-type .page-title {
        padding-top: 72px;
    }
    
    .header.show-on-scroll,
    .stuck .header-main {
        height: 70px!important
    }
    
    .stuck #logo img {
        max-height: 50px!important
    }
    
    .search-form {
        width: 60%;
    }
    
    .header-bottom {
        background-color: #f1f1f1
    }
    
    .header-main .nav>li>a.active {
        
    }
    
    .header-wrapper:not(.stuck) .header-main .header-nav {
    }
    
    .stuck .header-main .nav>li>a {
        line-height: 50px!important;
    }
    
    @media (max-width: 549px) {
        .header-main {
            height: 70px
        }
        #logo img {
            max-height: 70px
        }
    }
    /* Color */
    
    .accordion-title.active,
    .has-icon-bg .icon .icon-inner,
    .logo a,
    .primary.is-underline,
    .primary.is-link,
    .badge-outline .badge-inner,
    .nav-outline>li.active>a,
    .nav-outline>li.active>a,
    .cart-icon strong,
    [data-color='primary'],
    .is-outline.primary {
        color: #02913f;
    }
    /* Color !important */
    
    [data-text-color="primary"] {
        color: #02913f!important;
    }
    /* Background Color */
    
    [data-text-bg="primary"] {
        background-color: #02913f;
    }
	
	.wpcf7-validates-as-email::placeholder {
		color: #ccc;
	  }
	
    /* Background */
    
    .scroll-to-bullets a,
    .featured-title,
    .label-new.menu-item>a:after,
    .nav-pagination>li>.current,
    .nav-pagination>li>span:hover,
    .nav-pagination>li>a:hover,
    .has-hover:hover .badge-outline .badge-inner,
    button[type="submit"],
    .button.wc-forward:not(.checkout):not(.checkout-button),
    .button.submit-button,
    .button.primary:not(.is-outline),
    .featured-table .title,
    .is-outline:hover,
    .has-icon:hover .icon-label,
    .nav-dropdown-bold .nav-column li>a:hover,
    .nav-dropdown.nav-dropdown-bold>li>a:hover,
    .nav-dropdown-bold.dark .nav-column li>a:hover,
    .nav-dropdown.nav-dropdown-bold.dark>li>a:hover,
    .header-vertical-menu__opener,
    .is-outline:hover,
    .tagcloud a:hover,
    .grid-tools a,
    input[type='submit']:not(.is-form),
    .box-badge:hover .box-text,
    input.button.alt,
    .nav-box>li>a:hover,
    .nav-box>li.active>a,
    .nav-pills>li.active>a,
    .current-dropdown .cart-icon strong,
    .cart-icon:hover strong,
    .nav-line-bottom>li>a:before,
    .nav-line-grow>li>a:before,
    .nav-line>li>a:before,
    .banner,
    .header-top,
    .slider-nav-circle .flickity-prev-next-button:hover svg,
    .slider-nav-circle .flickity-prev-next-button:hover .arrow,
    .primary.is-outline:hover,
    .button.primary:not(.is-outline),
    input[type='submit'].primary,
    input[type='submit'].primary,
    input[type='reset'].button,
    input[type='button'].primary,
    .badge-inner {
        background-color: #02913f;
    }
    /* Border */
    
    .nav-vertical.nav-tabs>li.active>a,
    .scroll-to-bullets a.active,
    .nav-pagination>li>.current,
    .nav-pagination>li>span:hover,
    .nav-pagination>li>a:hover,
    .has-hover:hover .badge-outline .badge-inner,
    .accordion-title.active,
    .featured-table,
    .is-outline:hover,
    .tagcloud a:hover,
    blockquote,
    .has-border,
    .cart-icon strong:after,
    .cart-icon strong,
    .blockUI:before,
    .processing:before,
    .loading-spin,
    .slider-nav-circle .flickity-prev-next-button:hover svg,
    .slider-nav-circle .flickity-prev-next-button:hover .arrow,
    .primary.is-outline:hover {
        border-color: #02913f
    }
    
    .nav-tabs>li.active>a {
        border-top-color: #02913f
    }
    
    .widget_shopping_cart_content .blockUI.blockOverlay:before {
        border-left-color: #02913f
    }
    
    .woocommerce-checkout-review-order .blockUI.blockOverlay:before {
        border-left-color: #02913f
    }
    /* Fill */
    
    .slider .flickity-prev-next-button:hover svg,
    .slider .flickity-prev-next-button:hover .arrow {
        fill: #02913f;
    }
    
    body {
        font-family: "Lato", sans-serif
    }
    
    body {
        font-weight: 400
    }
    
    body {
        color: #000000
    }
    
    .nav>li>a {
        font-family: "Lato", sans-serif;
    }
    
    .mobile-sidebar-levels-2 .nav>li>ul>li>a {
        font-family: "Lato", sans-serif;
    }
    
    .nav>li>a {
        font-weight: 700;
    }
    
    .mobile-sidebar-levels-2 .nav>li>ul>li>a {
        font-weight: 700;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .heading-font,
    .off-canvas-center .nav-sidebar.nav-vertical>li>a {
        font-family: "Lato", sans-serif;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .heading-font,
    .banner h1,
    .banner h2 {
        font-weight: 700;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .heading-font {
        color: #000000;
    }
    
    .alt-font {
        font-family: "Dancing Script", sans-serif;
    }
    
    .alt-font {
        font-weight: 400!important;
    }
    
    .header:not(.transparent) .header-nav-main.nav>li>a {
		color: #909090;
		font-size: 18px;
		line-height: 70px;
		font-weight: 700;
    }
    
    .header:not(.transparent) .header-nav-main.nav>li>a:hover,
    .header:not(.transparent) .header-nav-main.nav>li.active>a,
    .header:not(.transparent) .header-nav-main.nav>li.current>a,
    .header:not(.transparent) .header-nav-main.nav>li>a.active,
    .header:not(.transparent) .header-nav-main.nav>li>a.current {
        color: #02913F;
    }
	
	.nav-spacing-large>li.active{ border-bottom: 2px solid #02913F }
    
    .header-nav-main.nav-line-bottom>li>a:before,
    .header-nav-main.nav-line-grow>li>a:before,
    .header-nav-main.nav-line>li>a:before,
    .header-nav-main.nav-box>li>a:hover,
    .header-nav-main.nav-box>li.active>a,
    .header-nav-main.nav-pills>li>a:hover,
    .header-nav-main.nav-pills>li.active>a {
        color: #FFF!important;
        background-color: #1a6539;
    }
    
    a {
        color: #000000;
    }
    
    .footer-2 {
        background-color: #777777
    }
    
    .absolute-footer,
    html {
        background-color: #000000
    }
    
    .label-new.menu-item>a:after {
        content: "New";
    }
    
    .label-hot.menu-item>a:after {
        content: "Hot";
    }
    
    .label-sale.menu-item>a:after {
        content: "Sale";
    }
    
    .label-popular.menu-item>a:after {
        content: "Popular";
    }

    textarea {
        padding-top: 2.1em;
    }
    
    .wpcf7-form input {
        border-radius: 6px;
        /* Makes the edges rounded */
    }
    
    .wpcf7-form textarea {
        border-radius: 6px;
        /* Makes the edges rounded */
    }
    
    .wpcf7-form .wpcf7-submit {
        background: #00a6ca;
        /* This edit the button colour */
    }
    
    .wpcf7 .wpcf7-text,
    .wpcf7 .wpcf7-textarea {
        text-indent: 35px;
    }
    
    .wpcf7 p {
        position: relative;
    }
    
    .wpcf7 p .fa {
        position: absolute;
        color: #666666;
        z-index: 100;
        font-size: 18px;
        top: 28%;
        left: 1.5%;
    }
    
    input[type=email],
    input[type=date],
    input[type=number],
    input[type=text],
    input[type=tel],
    input[type=url],
    input[type=password],
    textarea,
    select,
    .select-resize-ghost,
    .select2-container .select2-choice,
    .select2-container .select2-selection {
        height: 3.6em;
    }
    
    .wpcf7 p .fa-pencil {
        top: 5%;
        left: 1.5%
    }
    
    .litexxt .col-inner ul {
        padding: 10px 10px;
        margin-left: 1.3em;
        background-color: #f0f0f0;
    }
    
    .litexxts .col-inner ul {
        padding: 6px 6px;
        margin-left: 0.4em;
        background-color: #f0f0f0;
    }
    
    .litexxt .col-inner {
        padding: 0px!important;
    }
    
    .nav>li>a {
        font-weight: 500;
    }
    
    .baotons .baoton {
        width: 100%;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    
    @media only screen and (min-width: 550px) {
        .baotons .baoton .col.small-12.large-12 {
            width: 90%!important;
            max-width: 90%!important;
        }
        .baotons .flickity-slider {
            position: absolute;
            width: 90%;
            height: 100%;
        }
        .baotons .flickity-slider>div:not(.col),
        .flickity-slider>a,
        .flickity-slider>p,
        .flickity-slider>a>img,
        .flickity-slider>img,
        .flickity-slider>figure {
            width: 85% !important;
        }
    }
    
    .sectionft {
        padding-bottom: 0px!important;
    }
    
    .row_sectionft,
    .row2_sectionft {
        padding-bottom: 0px!important;
    }
    
    .baotons .row-small>.col {
        padding-bottom: 0px!important;
    }
    
    .row_sectionft .col {
        padding-bottom: 0px!important;
    }
    
    .row2_baoton_row p {
        margin-bottom: 0.7em;
    }
    
    .row2_baoton_row img.size-full.alignnone {
        margin-bottom: 1em;
    }
    
    .slider-style-container .flickity-slider>*:not(.is-selected),
    .slider-style-shadow .flickity-slider>*:not(.is-selected),
    .slider-style-focus .flickity-slider>*:not(.is-selected) {
        opacity: 1;
    }
	
	
	h3 {
		font-family: 'San Francisco Display';
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 40px;
		leading-trim: both;
		text-edge: cap;
		color: #02913F;
	}

	p.content-tour {
		color: #6C6C6C;
	}

	.line-tour {
		height: 8px;
		background: #A0C9E5;
	}

	.tab-panels {
		background: #F6FAFC;
		padding: 25px;
	}

	.nguoidungdanhgia {
		display: flex;
		align-items: flex-start;
		flex: none;
		order: 0;
		flex-grow: 0;
	}

	.danhgia-tour {
		gap: 10px;
		border-radius: 4px;
		padding: 30px;
		background: #F0F0F0;
		margin-bottom: 10px
	}

	.avatar-rating {
		margin-right: 15px;
		width: 75px;
		height: 75px;
		background: url(.jpg), #D9D9D9;
		border-radius: 4px;
	}

	.thongtin-tacgia h4 {
		color: #02913F;
	}

	.saodanhgia {
		color: #EC3237;
	}

	.danhgiacuaban {
		font-weight: 700;
		font-size: 24px;
		line-height: 38px;
		color: #6C6C6C;
		float: left;
	}

	.nhapsosao {
		font-size: 24px;
		line-height: 38px;
		float: right;
	}

	.danhgiasao {}
	.khungdanhgia{max-height: 500px; overflow-y:scroll;}
	
	ul.nav.nav-divided li{
		padding: 0px 15px;
		border-right: 1px solid #D8D8D8;
	}
	ul.nav.nav-divided li:last-child{border-right: none}
	ul.nav.nav-divided li a{padding: 5px 0;}
	ul.nav.nav-divided li.active{
		padding: 0px 15px;
		gap: 10px;
		background: #02913F;
		border-radius: 4px;
	}
	ul.nav.nav-divided li.active a span{color: #f0f0f0;}
	